PHP POST method This is the built in PHP super global array variable that is used to get values s…
Read morePHP GET method This is the built in PHP super global array variable that is used to get values su…
Read moreDynamic Websites The Websites provide the functionalities that can use to store, update, retrieve…
Read morePHP functions are similar to other programming languages. A function is a piece of code which tak…
Read morePHP - Sort Functions For Arrays In this chapter, we will go through the following PHP array sort …
Read moreIn the previous pages, we have described arrays that are a single list of key/value pairs. Howeve…
Read morePHP Associative Arrays Associative arrays are arrays that use named keys that you assign to them.…
Read moreWhat is an Array? An array is a special variable, which can hold more than one value at a time. I…
Read morePHP Break You have already seen the break statement used in an earlier chapter of this tutorial…
Read moreThe do...while loop - Loops through a block of code once, and then repeats the loop as long as …
Read moreThe foreach loop - Loops through a block of code for each element in an array. The PHP foreach …
Read moreThe while loop executes a block of code as long as the specified condition is true. Syntax whil…
Read moreThe for loop - Loops through a block of code a specified number of times. Parameters: init coun…
Read morePHP Loops Often when you write code, you want the same block of code to run over and over again a…
Read morePHP Conditional Statements Very often when you write code, you want to perform different actions …
Read morePHP Compensation Operator is used to combine character strings. Example:
Read morePHP Logical Operators The PHP logical operators are used to combine conditional statements.
Read moreThe PHP assignment operators are used with numeric values to write a value to a variable. The bas…
Read moreThe PHP comparison operators are used to compare two values (number or string):
Read more
Social Plugin